Gets contract definitions from a list of IDs
Gets contract definitions from a list of IDs
- application/json
Request Body array required
- string
Responses
- 200
The contract definitions with contractDefinitionsIds from the provided list
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
items object[]
createdAt date-timecreatedBy stringmodifiedAt date-timemodifiedBy stringisDeleted booleanid stringname stringassetsSelector object[]accessPolicyId stringusagePolicyId stringgovernanceStatus stringPossible values: [
draft
,governed
]syncStatus stringPossible values: [
syncing
,in sync
,out of sync
,not published
]
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"createdAt": "2024-02-27",
"createdBy": "string",
"modifiedAt": "2024-02-27",
"modifiedBy": "string",
"isDeleted": true,
"id": "string",
"name": "string",
"assetsSelector": [
{}
],
"accessPolicyId": "string",
"usagePolicyId": "string",
"governanceStatus": "draft",
"syncStatus": "syncing"
}
]
}
}
Loading...